pp108 : oncolumnhidden Event

oncolumnhidden Event


This event is fired when the columns in the grid are hidden or shown.

Syntax

Inline HTML

<TABLE id=tableID oncolumnhidden="handler()"...>

Event property

tableID.oncolumnhidden = handler


Event Information

To invoke


  • Right-click a column header to open the shortcut menu and choose column chooser. Select or clear the columns listed on the column chooser.
  • Invoke the showColumn and hideColumn methods.

Default Action

Initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

hiddenColumn

Read-only. Integer that denotes the index of column that is hidden / shown.

isHidden

Read-only. Boolean that denotes whether the column is hidden / shown.

tableID

Read-only. String that denotes the unique identifier of the table.


See Also


grid